Skip to content

tools: use lts node in notify-on-push workflow#63084

Open
nsinfoPRO wants to merge 1 commit intonodejs:mainfrom
nsinfoPRO:fix/notify-on-push-workflow-set-node-lts
Open

tools: use lts node in notify-on-push workflow#63084
nsinfoPRO wants to merge 1 commit intonodejs:mainfrom
nsinfoPRO:fix/notify-on-push-workflow-set-node-lts

Conversation

@nsinfoPRO
Copy link
Copy Markdown

Without pinning Node.js, the runner defaults to Node 20 and npx falls back to core-validate-commit@5.0.1 instead of 6.0.0 (requires Node 22+). Version 5 doesn't recognise the ffi subsystem, causing false invalid-commit alerts.

Fixes: #63070

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label May 2, 2026
Comment thread .github/workflows/notify-on-push.yml
MikeMcC399

This comment was marked as outdated.

Comment thread .github/workflows/notify-on-push.yml Outdated
Without pinning Node.js, the runner defaults to Node 20 and npx falls
back to core-validate-commit@5.0.1 instead of 6.0.0 (requires
Node 22+). Version 5 does not recognise the ffi subsystem, causing
false invalid-commit alerts.

Signed-off-by: Nenad Spasenic <40522817+nsinfoPRO@users.noreply.github.com>
@nsinfoPRO nsinfoPRO force-pushed the fix/notify-on-push-workflow-set-node-lts branch from 60167cf to 6c9f340 Compare May 3, 2026 16:12
@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. meta Issues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

meta: notify-on-push workflow uses old core-validate-commit@5.0.1

4 participants